All Databases
Inside Mac - Sound Mgr
SndSetSysBeepState
SndSetSysBeepState
Set the state of the system alert sound..
#include <
Sound.h
>
Sound Manager
OSErr
SndSetSysBeepState
(
sysBeepState
);
short
sysBeepState
; either the
sysBeepDisable
or the
sysBeepEnable
constant.
You can use
SndSetSysBeepState
to set the state of the system alert sound.
sysBeepState
is one of two states , either the
sysBeepDisable
or the
sysBeepEnable
constant.
Returns:
an operating system
Error Code
.
noErr (0) No error
paramErr (-50) A parameter is incorrect
Referenced by (3):
Producing an Alert Sound
Sound Manager (Inside Mac - Index)
Producing an Alert Sound (Inside Mac - Sound Mgr)